projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac3f9a7
)
x86/pvh: clarify Dom0 PVH build error message
author
Roger Pau Monné
<roger.pau@citrix.com>
Tue, 10 Jul 2018 10:23:19 +0000
(12:23 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Tue, 10 Jul 2018 10:23:19 +0000
(12:23 +0200)
Avoid having error messages with the same text. No functional change.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/dom0_build.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/dom0_build.c
b/xen/arch/x86/hvm/dom0_build.c
index e2b5d48e030c5410a36c2568bbd2a22b186096f8..9a833fa4b9a102813caadbcbf058238a7f5a1677 100644
(file)
--- a/
xen/arch/x86/hvm/dom0_build.c
+++ b/
xen/arch/x86/hvm/dom0_build.c
@@
-1058,7
+1058,7
@@
static int __init pvh_setup_acpi(struct domain *d, paddr_t start_info)
d->vcpu[0]);
if ( rc )
{
- printk("Unable to copy RSDP
into guest memory
\n");
+ printk("Unable to copy RSDP
address to start info
\n");
return rc;
}